From 0fdca57f261bd6ada121034b3248150913aae800 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 4 Dec 2002 17:36:49 +0000 Subject: [PATCH] Remove DOS CR's from files. --- win32/gpsbabelfront.dpr | 28 ++-- win32/gpsbabelfront_mainform.dfm | 252 +++++++++++++++---------------- 2 files changed, 140 insertions(+), 140 deletions(-) diff --git a/win32/gpsbabelfront.dpr b/win32/gpsbabelfront.dpr index 2c08b0195..777008f05 100644 --- a/win32/gpsbabelfront.dpr +++ b/win32/gpsbabelfront.dpr @@ -1,14 +1,14 @@ -program gpsbabelfront; - -uses - Forms, - gpsbabelfront_mainform in 'gpsbabelfront_mainform.pas' {FormGPSBabelFront}; - -{$R *.res} - -begin - Application.Initialize; - Application.Title := 'GPSBabel Front End'; - Application.CreateForm(TFormGPSBabelFront, FormGPSBabelFront); - Application.Run; -end. +program gpsbabelfront; + +uses + Forms, + gpsbabelfront_mainform in 'gpsbabelfront_mainform.pas' {FormGPSBabelFront}; + +{$R *.res} + +begin + Application.Initialize; + Application.Title := 'GPSBabel Front End'; + Application.CreateForm(TFormGPSBabelFront, FormGPSBabelFront); + Application.Run; +end. diff --git a/win32/gpsbabelfront_mainform.dfm b/win32/gpsbabelfront_mainform.dfm index 364800221..6abfda6e8 100644 --- a/win32/gpsbabelfront_mainform.dfm +++ b/win32/gpsbabelfront_mainform.dfm @@ -1,126 +1,126 @@ -object FormGPSBabelFront: TFormGPSBabelFront - Left = 208 - Top = 103 - BorderStyle = bsDialog - Caption = 'GPSBabel GUI Frontend' - ClientHeight = 212 - ClientWidth = 369 - Color = clBtnFace - Font.Charset = DEFAULT_CHARSET - Font.Color = clWindowText - Font.Height = -11 - Font.Name = 'MS Sans Serif' - Font.Style = [] - OldCreateOrder = False - Position = poScreenCenter - OnCreate = FormCreate - DesignSize = ( - 369 - 212) - PixelsPerInch = 96 - TextHeight = 13 - object Label1: TLabel - Left = 8 - Top = 192 - Width = 250 - Height = 13 - Anchors = [akLeft, akBottom] - Caption = 'GPSBabel: http://sourceforge.net/projects/gpsbabel' - end - object Label2: TLabel - Left = 8 - Top = 16 - Width = 43 - Height = 13 - Caption = 'Input file:' - end - object Label3: TLabel - Left = 8 - Top = 80 - Width = 51 - Height = 13 - Caption = 'Output file:' - end - object Bevel1: TBevel - Left = -3 - Top = 185 - Width = 380 - Height = 2 - Anchors = [akLeft, akBottom] - end - object comboInput: TComboBox - Left = 64 - Top = 40 - Width = 297 - Height = 21 - Style = csDropDownList - ItemHeight = 13 - TabOrder = 2 - end - object editInput: TEdit - Left = 64 - Top = 16 - Width = 273 - Height = 21 - TabOrder = 0 - end - object editOutput: TEdit - Left = 64 - Top = 80 - Width = 273 - Height = 21 - TabOrder = 3 - end - object comboOutput: TComboBox - Left = 64 - Top = 104 - Width = 297 - Height = 21 - Style = csDropDownList - ItemHeight = 13 - TabOrder = 5 - end - object btnProcess: TButton - Left = 288 - Top = 152 - Width = 75 - Height = 25 - Caption = 'Process' - TabOrder = 7 - OnClick = btnProcessClick - end - object cbIgnoreShort: TCheckBox - Left = 64 - Top = 136 - Width = 169 - Height = 17 - Caption = 'Ignore "short" names' - TabOrder = 6 - end - object btnInput: TButton - Left = 341 - Top = 16 - Width = 19 - Height = 21 - Caption = '...' - TabOrder = 1 - OnClick = btnInputClick - end - object btnOutput: TButton - Left = 341 - Top = 80 - Width = 19 - Height = 21 - Caption = '...' - TabOrder = 4 - OnClick = btnOutputClick - end - object OpenDialogInput: TOpenDialog - Left = 80 - Top = 8 - end - object SaveDialogOutput: TSaveDialog - Left = 80 - Top = 72 - end -end +object FormGPSBabelFront: TFormGPSBabelFront + Left = 208 + Top = 103 + BorderStyle = bsDialog + Caption = 'GPSBabel GUI Frontend' + ClientHeight = 212 + ClientWidth = 369 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OldCreateOrder = False + Position = poScreenCenter + OnCreate = FormCreate + DesignSize = ( + 369 + 212) + PixelsPerInch = 96 + TextHeight = 13 + object Label1: TLabel + Left = 8 + Top = 192 + Width = 250 + Height = 13 + Anchors = [akLeft, akBottom] + Caption = 'GPSBabel: http://sourceforge.net/projects/gpsbabel' + end + object Label2: TLabel + Left = 8 + Top = 16 + Width = 43 + Height = 13 + Caption = 'Input file:' + end + object Label3: TLabel + Left = 8 + Top = 80 + Width = 51 + Height = 13 + Caption = 'Output file:' + end + object Bevel1: TBevel + Left = -3 + Top = 185 + Width = 380 + Height = 2 + Anchors = [akLeft, akBottom] + end + object comboInput: TComboBox + Left = 64 + Top = 40 + Width = 297 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 2 + end + object editInput: TEdit + Left = 64 + Top = 16 + Width = 273 + Height = 21 + TabOrder = 0 + end + object editOutput: TEdit + Left = 64 + Top = 80 + Width = 273 + Height = 21 + TabOrder = 3 + end + object comboOutput: TComboBox + Left = 64 + Top = 104 + Width = 297 + Height = 21 + Style = csDropDownList + ItemHeight = 13 + TabOrder = 5 + end + object btnProcess: TButton + Left = 288 + Top = 152 + Width = 75 + Height = 25 + Caption = 'Process' + TabOrder = 7 + OnClick = btnProcessClick + end + object cbIgnoreShort: TCheckBox + Left = 64 + Top = 136 + Width = 169 + Height = 17 + Caption = 'Ignore "short" names' + TabOrder = 6 + end + object btnInput: TButton + Left = 341 + Top = 16 + Width = 19 + Height = 21 + Caption = '...' + TabOrder = 1 + OnClick = btnInputClick + end + object btnOutput: TButton + Left = 341 + Top = 80 + Width = 19 + Height = 21 + Caption = '...' + TabOrder = 4 + OnClick = btnOutputClick + end + object OpenDialogInput: TOpenDialog + Left = 80 + Top = 8 + end + object SaveDialogOutput: TSaveDialog + Left = 80 + Top = 72 + end +end -- 2.30.2